home *** CD-ROM | disk | FTP | other *** search
/ Looney Tunes Photo Print Studio (Special Edition) / LIVEPIX.iso / ORIENTAT / DATA / A.DXR / control_65_control back.ls < prev    next >
Encoding:
Text File  |  1998-01-16  |  205 b   |  9 lines

  1. global gControlButChannel, gControlButName
  2.  
  3. on mouseDown
  4.   set gControlButChannel to 46
  5.   set gControlButName to "control back"
  6.   set the member of sprite 46 to member "control back d"
  7.   updateStage()
  8. end
  9.